Html Css Color HEX #DF2F5C Cerise

📋 copy color: '#DF2F5C'

red 223 ◦ green 47 ◦ blue 92

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

Shades of Cerise #DF2F5C

Tints of Cerise #DF2F5C

RGB

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

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

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

R = 61.6%
G = 12.98%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF2F5C (or 0xDF2F5C) is known color: Cerise. HEX triplet: DF, 2F and 5C. RGB value is (223,47,92). Sum of RGB (Red+Green+Blue) = 223+47+92=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F5C is #20D0A3. Grayscale: #686868. Windows color (decimal): -2150564 or 6041567. OLE color: 6041567.

HSL color Cylindrical-coordinate representation of color #DF2F5C: hue angle of 344.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F5C is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 92 -
CMYK 0 0.79 0.59 0.13
HSL 344.66º 0.73% 0.53% -
HSV(B) 344.66º 0.79% 0.87% -
XYZ 33.38 18.49 11.94 -
YUV 104.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 223 47 92 0 0.79 0.59 0.13 344.66 0.73 0.53
Hex DF 2F 5C 0 4F 3B D 159 49 35
Octal 337 57 134 0 117 73 15 531 111 65
Binary 11011111 101111 1011100 0 1001111 111011 1101 101011001 1001001 110101

Color Harmonies of #DF2F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F5C

Black with #DF2F5C

Text Example


Text Example

White with #DF2F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F5C; }

 p { color: rgb(223,47,92); }

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

background-color css

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

 a { background-color: rgb(223,47,92); }

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

border-color css

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

 span { border-color: rgb(223,47,92); }

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