Html Css Color HEX #D03062 Cerise

📋 copy color: '#D03062'

red 208 ◦ green 48 ◦ blue 98

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

Shades of Cerise #D03062

Tints of Cerise #D03062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 58.76%
G = 13.56%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D03062 (or 0xD03062) is known color: Cerise. HEX triplet: D0, 30 and 62. RGB value is (208,48,98). Sum of RGB (Red+Green+Blue) = 208+48+98=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D03062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03062 is #2FCF9D. Grayscale: #656565. Windows color (decimal): -3133342 or 6435024. OLE color: 6435024.

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

Color convert

RGB 208 48 98 -
CMYK 0 0.77 0.53 0.18
HSL 341.25º 0.63% 0.5% -
HSV(B) 341.25º 0.77% 0.82% -
XYZ 29.27 16.41 13.18 -
YUV 101.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 208 48 98 0 0.77 0.53 0.18 341.25 0.63 0.5
Hex D0 30 62 0 4D 35 12 155 3F 32
Octal 320 60 142 0 115 65 22 525 77 62
Binary 11010000 110000 1100010 0 1001101 110101 10010 101010101 111111 110010

Color Harmonies of #D03062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03062

Black with #D03062

Text Example


Text Example

White with #D03062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03062; }

 p { color: rgb(208,48,98); }

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

background-color css

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

 a { background-color: rgb(208,48,98); }

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

border-color css

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

 span { border-color: rgb(208,48,98); }

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