Html Css Color HEX #DF2B6B Cerise

📋 copy color: '#DF2B6B'

red 223 ◦ green 43 ◦ blue 107

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

Shades of Cerise #DF2B6B

Tints of Cerise #DF2B6B

RGB

 RED value IS 223 (87.5% from 255) = 59.79%

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

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

R = 59.79%
G = 11.53%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF2B6B (or 0xDF2B6B) is known color: Cerise. HEX triplet: DF, 2B and 6B. RGB value is (223,43,107). Sum of RGB (Red+Green+Blue) = 223+43+107=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B6B is #20D494. Grayscale: #686868. Windows color (decimal): -2151573 or 7023583. OLE color: 7023583.

HSL color Cylindrical-coordinate representation of color #DF2B6B: hue angle of 338.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B6B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 43 107 -
CMYK 0 0.81 0.52 0.13
HSL 338.67º 0.74% 0.52% -
HSV(B) 338.67º 0.81% 0.87% -
XYZ 33.95 18.48 15.69 -
YUV 104.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 223 43 107 0 0.81 0.52 0.13 338.67 0.74 0.52
Hex DF 2B 6B 0 51 34 D 153 4A 34
Octal 337 53 153 0 121 64 15 523 112 64
Binary 11011111 101011 1101011 0 1010001 110100 1101 101010011 1001010 110100

Color Harmonies of #DF2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B6B

Black with #DF2B6B

Text Example


Text Example

White with #DF2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B6B; }

 p { color: rgb(223,43,107); }

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

background-color css

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

 a { background-color: rgb(223,43,107); }

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

border-color css

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

 span { border-color: rgb(223,43,107); }

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