Html Css Color HEX #D02B5C Cerise

📋 copy color: '#D02B5C'

red 208 ◦ green 43 ◦ blue 92

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

Shades of Cerise #D02B5C

Tints of Cerise #D02B5C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 60.64%
G = 12.54%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D02B5C (or 0xD02B5C) is known color: Cerise. HEX triplet: D0, 2B and 5C. RGB value is (208,43,92). Sum of RGB (Red+Green+Blue) = 208+43+92=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B5C is #2FD4A3. Grayscale: #616161. Windows color (decimal): -3134628 or 6040528. OLE color: 6040528.

HSL color Cylindrical-coordinate representation of color #D02B5C: hue angle of 342.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B5C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 43 92 -
CMYK 0 0.79 0.56 0.18
HSL 342.18º 0.66% 0.49% -
HSV(B) 342.18º 0.79% 0.82% -
XYZ 28.81 15.91 11.68 -
YUV 97.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 208 43 92 0 0.79 0.56 0.18 342.18 0.66 0.49
Hex D0 2B 5C 0 4F 38 12 156 42 31
Octal 320 53 134 0 117 70 22 526 102 61
Binary 11010000 101011 1011100 0 1001111 111000 10010 101010110 1000010 110001

Color Harmonies of #D02B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B5C

Black with #D02B5C

Text Example


Text Example

White with #D02B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B5C; }

 p { color: rgb(208,43,92); }

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

background-color css

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

 a { background-color: rgb(208,43,92); }

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

border-color css

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

 span { border-color: rgb(208,43,92); }

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