Html Css Color HEX #DB2F6B Cerise

📋 copy color: '#DB2F6B'

red 219 ◦ green 47 ◦ blue 107

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

Shades of Cerise #DB2F6B

Tints of Cerise #DB2F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.6%

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 58.71%
G = 12.6%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB2F6B (or 0xDB2F6B) is known color: Cerise. HEX triplet: DB, 2F and 6B. RGB value is (219,47,107). Sum of RGB (Red+Green+Blue) = 219+47+107=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F6B is #24D094. Grayscale: #696969. Windows color (decimal): -2412693 or 7024603. OLE color: 7024603.

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

Color convert

RGB 219 47 107 -
CMYK 0 0.79 0.51 0.14
HSL 339.07º 0.7% 0.52% -
HSV(B) 339.07º 0.79% 0.86% -
XYZ 32.88 18.15 15.68 -
YUV 105.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 219 47 107 0 0.79 0.51 0.14 339.07 0.7 0.52
Hex DB 2F 6B 0 4F 33 E 153 46 34
Octal 333 57 153 0 117 63 16 523 106 64
Binary 11011011 101111 1101011 0 1001111 110011 1110 101010011 1000110 110100

Color Harmonies of #DB2F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F6B

Black with #DB2F6B

Text Example


Text Example

White with #DB2F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F6B; }

 p { color: rgb(219,47,107); }

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

background-color css

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

 a { background-color: rgb(219,47,107); }

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

border-color css

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

 span { border-color: rgb(219,47,107); }

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