Html Css Color HEX #D0326F Cerise

📋 copy color: '#D0326F'

red 208 ◦ green 50 ◦ blue 111

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

Shades of Cerise #D0326F

Tints of Cerise #D0326F

RGB

 RED value IS 208 (81.64% from 255) = 56.37%

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 56.37%
G = 13.55%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0326F (or 0xD0326F) is known color: Cerise. HEX triplet: D0, 32 and 6F. RGB value is (208,50,111). Sum of RGB (Red+Green+Blue) = 208+50+111=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0326F is #2FCD90. Grayscale: #686868. Windows color (decimal): -3132817 or 7287504. OLE color: 7287504.

HSL color Cylindrical-coordinate representation of color #D0326F: hue angle of 336.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0326F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 111 -
CMYK 0 0.76 0.47 0.18
HSL 336.84º 0.63% 0.51% -
HSV(B) 336.84º 0.76% 0.82% -
XYZ 30.02 16.84 16.71 -
YUV 104.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 208 50 111 0 0.76 0.47 0.18 336.84 0.63 0.51
Hex D0 32 6F 0 4C 2F 12 151 3F 33
Octal 320 62 157 0 114 57 22 521 77 63
Binary 11010000 110010 1101111 0 1001100 101111 10010 101010001 111111 110011

Color Harmonies of #D0326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0326F

Black with #D0326F

Text Example


Text Example

White with #D0326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0326F; }

 p { color: rgb(208,50,111); }

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

background-color css

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

 a { background-color: rgb(208,50,111); }

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

border-color css

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

 span { border-color: rgb(208,50,111); }

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