Html Css Color HEX #D26080 Cranberry

📋 copy color: '#D26080'

red 210 ◦ green 96 ◦ blue 128

#D26080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D26080

Tints of Cranberry #D26080

RGB

 RED value IS 210 (82.42% from 255) = 48.39%

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 48.39%
G = 22.12%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D26080 (or 0xD26080) is known color: Cranberry. HEX triplet: D2, 60 and 80. RGB value is (210,96,128). Sum of RGB (Red+Green+Blue) = 210+96+128=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26080 is #2D9F7F. Grayscale: #858585. Windows color (decimal): -2989952 or 8413394. OLE color: 8413394.

HSL color Cylindrical-coordinate representation of color #D26080: hue angle of 343.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26080 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 96 128 -
CMYK 0 0.54 0.39 0.18
HSL 343.16º 0.56% 0.6% -
HSV(B) 343.16º 0.54% 0.82% -
XYZ 34.66 23.63 23.16 -
YUV 133.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 210 96 128 0 0.54 0.39 0.18 343.16 0.56 0.6
Hex D2 60 80 0 36 27 12 157 38 3C
Octal 322 140 200 0 66 47 22 527 70 74
Binary 11010010 1100000 10000000 0 110110 100111 10010 101010111 111000 111100

Color Harmonies of #D26080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26080

Black with #D26080

Text Example


Text Example

White with #D26080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26080; }

 p { color: rgb(210,96,128); }

 H1.HeaderClassName
 {
   color: #D26080;
 }
 .AnyTagClassName
 {
   color: #D26080;
 }
</style>

background-color css

<style>
 a { background-color: #D26080; }

 a { background-color: rgb(210,96,128); }

 div.DivClassName
 {
   background-color: #D26080;
 }
 .BgClassName
 {
   background-color: #D26080;
 }
</style>

border-color css

<style>
 span { border-color: #D26080; }

 span { border-color: rgb(210,96,128); }

 td.TdClassName
 {
   border-color: #D26080;
 }
 .TagClassName
 {
   border-color: #D26080;
 }
</style>