Html Css Color HEX #D03468 Cerise

📋 copy color: '#D03468'

red 208 ◦ green 52 ◦ blue 104

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

Shades of Cerise #D03468

Tints of Cerise #D03468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D03468 (or 0xD03468) is known color: Cerise. HEX triplet: D0, 34 and 68. RGB value is (208,52,104). Sum of RGB (Red+Green+Blue) = 208+52+104=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D03468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03468 is #2FCB97. Grayscale: #686868. Windows color (decimal): -3132312 or 6829264. OLE color: 6829264.

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

Color convert

RGB 208 52 104 -
CMYK 0 0.75 0.5 0.18
HSL 340º 0.62% 0.51% -
HSV(B) 340º 0.75% 0.82% -
XYZ 29.74 16.87 14.78 -
YUV 104.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 208 52 104 0 0.75 0.5 0.18 340 0.62 0.51
Hex D0 34 68 0 4B 32 12 154 3E 33
Octal 320 64 150 0 113 62 22 524 76 63
Binary 11010000 110100 1101000 0 1001011 110010 10010 101010100 111110 110011

Color Harmonies of #D03468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03468

Black with #D03468

Text Example


Text Example

White with #D03468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03468; }

 p { color: rgb(208,52,104); }

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

background-color css

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

 a { background-color: rgb(208,52,104); }

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

border-color css

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

 span { border-color: rgb(208,52,104); }

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