Html Css Color HEX #D33675 Deep Cerise

📋 copy color: '#D33675'

red 211 ◦ green 54 ◦ blue 117

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

Shades of Deep Cerise #D33675

Tints of Deep Cerise #D33675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.14%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 55.24%
G = 14.14%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D33675 (or 0xD33675) is known color: Deep Cerise. HEX triplet: D3, 36 and 75. RGB value is (211,54,117). Sum of RGB (Red+Green+Blue) = 211+54+117=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D33675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33675 is #2CC98A. Grayscale: #6C6C6C. Windows color (decimal): -2935179 or 7681747. OLE color: 7681747.

HSL color Cylindrical-coordinate representation of color #D33675: hue angle of 335.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33675 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 117 -
CMYK 0 0.74 0.45 0.17
HSL 335.92º 0.64% 0.52% -
HSV(B) 335.92º 0.74% 0.83% -
XYZ 31.39 17.77 18.61 -
YUV 108.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 211 54 117 0 0.74 0.45 0.17 335.92 0.64 0.52
Hex D3 36 75 0 4A 2D 11 150 40 34
Octal 323 66 165 0 112 55 21 520 100 64
Binary 11010011 110110 1110101 0 1001010 101101 10001 101010000 1000000 110100

Color Harmonies of #D33675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33675

Black with #D33675

Text Example


Text Example

White with #D33675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33675; }

 p { color: rgb(211,54,117); }

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

background-color css

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

 a { background-color: rgb(211,54,117); }

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

border-color css

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

 span { border-color: rgb(211,54,117); }

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