Html Css Color HEX #D26081 Cranberry

📋 copy color: '#D26081'

red 210 ◦ green 96 ◦ blue 129

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

Shades of Cranberry #D26081

Tints of Cranberry #D26081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 48.28%
G = 22.07%
B = 29.66%

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

#D26081 (or 0xD26081) is known color: Cranberry. HEX triplet: D2, 60 and 81. RGB value is (210,96,129). Sum of RGB (Red+Green+Blue) = 210+96+129=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D26081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26081 is #2D9F7E. Grayscale: #858585. Windows color (decimal): -2989951 or 8478930. OLE color: 8478930.

HSL color Cylindrical-coordinate representation of color #D26081: hue angle of 342.63º 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 #D26081 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 96 129 -
CMYK 0 0.54 0.39 0.18
HSL 342.63º 0.56% 0.6% -
HSV(B) 342.63º 0.54% 0.82% -
XYZ 34.72 23.65 23.5 -
YUV 133.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 210 96 129 0 0.54 0.39 0.18 342.63 0.56 0.6
Hex D2 60 81 0 36 27 12 157 38 3C
Octal 322 140 201 0 66 47 22 527 70 74
Binary 11010010 1100000 10000001 0 110110 100111 10010 101010111 111000 111100

Color Harmonies of #D26081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26081

Black with #D26081

Text Example


Text Example

White with #D26081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26081; }

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

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

background-color css

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

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

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

border-color css

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

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

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