Html Css Color HEX #D03463 Cerise

📋 copy color: '#D03463'

red 208 ◦ green 52 ◦ blue 99

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

Shades of Cerise #D03463

Tints of Cerise #D03463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 57.94%
G = 14.48%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D03463 (or 0xD03463) is known color: Cerise. HEX triplet: D0, 34 and 63. RGB value is (208,52,99). Sum of RGB (Red+Green+Blue) = 208+52+99=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03463 is #2FCB9C. Grayscale: #676767. Windows color (decimal): -3132317 or 6501584. OLE color: 6501584.

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

Color convert

RGB 208 52 99 -
CMYK 0 0.75 0.52 0.18
HSL 341.92º 0.62% 0.51% -
HSV(B) 341.92º 0.75% 0.82% -
XYZ 29.49 16.77 13.49 -
YUV 104 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 208 52 99 0 0.75 0.52 0.18 341.92 0.62 0.51
Hex D0 34 63 0 4B 34 12 156 3E 33
Octal 320 64 143 0 113 64 22 526 76 63
Binary 11010000 110100 1100011 0 1001011 110100 10010 101010110 111110 110011

Color Harmonies of #D03463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03463

Black with #D03463

Text Example


Text Example

White with #D03463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03463; }

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

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

background-color css

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

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

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

border-color css

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

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

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