Html Css Color HEX #D36280 Cranberry

📋 copy color: '#D36280'

red 211 ◦ green 98 ◦ blue 128

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

Shades of Cranberry #D36280

Tints of Cranberry #D36280

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

 GREEN value IS 98 (38.67% from 255) = 22.43%

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

R = 48.28%
G = 22.43%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D36280 (or 0xD36280) is known color: Cranberry. HEX triplet: D3, 62 and 80. RGB value is (211,98,128). Sum of RGB (Red+Green+Blue) = 211+98+128=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D36280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36280 is #2C9D7F. Grayscale: #878787. Windows color (decimal): -2923904 or 8413907. OLE color: 8413907.

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

Color convert

RGB 211 98 128 -
CMYK 0 0.54 0.39 0.17
HSL 344.07º 0.56% 0.61% -
HSV(B) 344.07º 0.54% 0.83% -
XYZ 35.13 24.14 23.23 -
YUV 135.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 211 98 128 0 0.54 0.39 0.17 344.07 0.56 0.61
Hex D3 62 80 0 36 27 11 158 38 3D
Octal 323 142 200 0 66 47 21 530 70 75
Binary 11010011 1100010 10000000 0 110110 100111 10001 101011000 111000 111101

Color Harmonies of #D36280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36280

Black with #D36280

Text Example


Text Example

White with #D36280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36280; }

 p { color: rgb(211,98,128); }

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

background-color css

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

 a { background-color: rgb(211,98,128); }

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

border-color css

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

 span { border-color: rgb(211,98,128); }

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