Html Css Color HEX #D03460 Cerise

📋 copy color: '#D03460'

red 208 ◦ green 52 ◦ blue 96

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

Shades of Cerise #D03460

Tints of Cerise #D03460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 58.43%
G = 14.61%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D03460 (or 0xD03460) is known color: Cerise. HEX triplet: D0, 34 and 60. RGB value is (208,52,96). Sum of RGB (Red+Green+Blue) = 208+52+96=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D03460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03460 is #2FCB9F. Grayscale: #676767. Windows color (decimal): -3132320 or 6304976. OLE color: 6304976.

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

Color convert

RGB 208 52 96 -
CMYK 0 0.75 0.54 0.18
HSL 343.08º 0.62% 0.51% -
HSV(B) 343.08º 0.75% 0.82% -
XYZ 29.35 16.71 12.74 -
YUV 103.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 208 52 96 0 0.75 0.54 0.18 343.08 0.62 0.51
Hex D0 34 60 0 4B 36 12 157 3E 33
Octal 320 64 140 0 113 66 22 527 76 63
Binary 11010000 110100 1100000 0 1001011 110110 10010 101010111 111110 110011

Color Harmonies of #D03460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03460

Black with #D03460

Text Example


Text Example

White with #D03460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03460; }

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

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

background-color css

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

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

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

border-color css

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

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

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