Html Css Color HEX #DB335F Cerise

📋 copy color: '#DB335F'

red 219 ◦ green 51 ◦ blue 95

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

Shades of Cerise #DB335F

Tints of Cerise #DB335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 60%
G = 13.97%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB335F (or 0xDB335F) is known color: Cerise. HEX triplet: DB, 33 and 5F. RGB value is (219,51,95). Sum of RGB (Red+Green+Blue) = 219+51+95=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB335F is #24CCA0. Grayscale: #6A6A6A. Windows color (decimal): -2411681 or 6239195. OLE color: 6239195.

HSL color Cylindrical-coordinate representation of color #DB335F: hue angle of 344.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB335F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 95 -
CMYK 0 0.77 0.57 0.14
HSL 344.29º 0.7% 0.53% -
HSV(B) 344.29º 0.77% 0.86% -
XYZ 32.46 18.25 12.64 -
YUV 106.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 219 51 95 0 0.77 0.57 0.14 344.29 0.7 0.53
Hex DB 33 5F 0 4D 39 E 158 46 35
Octal 333 63 137 0 115 71 16 530 106 65
Binary 11011011 110011 1011111 0 1001101 111001 1110 101011000 1000110 110101

Color Harmonies of #DB335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB335F

Black with #DB335F

Text Example


Text Example

White with #DB335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB335F; }

 p { color: rgb(219,51,95); }

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

background-color css

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

 a { background-color: rgb(219,51,95); }

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

border-color css

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

 span { border-color: rgb(219,51,95); }

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