Html Css Color HEX #DB425C Cerise

📋 copy color: '#DB425C'

red 219 ◦ green 66 ◦ blue 92

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

Shades of Cerise #DB425C

Tints of Cerise #DB425C

RGB

 RED value IS 219 (85.94% from 255) = 58.09%

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 58.09%
G = 17.51%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB425C (or 0xDB425C) is known color: Cerise. HEX triplet: DB, 42 and 5C. RGB value is (219,66,92). Sum of RGB (Red+Green+Blue) = 219+66+92=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB425C is #24BDA3. Grayscale: #727272. Windows color (decimal): -2407844 or 6046427. OLE color: 6046427.

HSL color Cylindrical-coordinate representation of color #DB425C: hue angle of 349.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB425C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 92 -
CMYK 0 0.70 0.58 0.14
HSL 349.8º 0.68% 0.56% -
HSV(B) 349.8º 0.7% 0.86% -
XYZ 33.09 19.73 12.19 -
YUV 114.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 219 66 92 0 0.70 0.58 0.14 349.8 0.68 0.56
Hex DB 42 5C 0 46 3A E 15E 44 38
Octal 333 102 134 0 106 72 16 536 104 70
Binary 11011011 1000010 1011100 0 1000110 111010 1110 101011110 1000100 111000

Color Harmonies of #DB425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB425C

Black with #DB425C

Text Example


Text Example

White with #DB425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB425C; }

 p { color: rgb(219,66,92); }

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

background-color css

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

 a { background-color: rgb(219,66,92); }

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

border-color css

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

 span { border-color: rgb(219,66,92); }

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