Html Css Color HEX #DF2F7B Deep Cerise

📋 copy color: '#DF2F7B'

red 223 ◦ green 47 ◦ blue 123

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

Shades of Deep Cerise #DF2F7B

Tints of Deep Cerise #DF2F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 56.74%
G = 11.96%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF2F7B (or 0xDF2F7B) is known color: Deep Cerise. HEX triplet: DF, 2F and 7B. RGB value is (223,47,123). Sum of RGB (Red+Green+Blue) = 223+47+123=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F7B is #20D084. Grayscale: #6C6C6C. Windows color (decimal): -2150533 or 8073183. OLE color: 8073183.

HSL color Cylindrical-coordinate representation of color #DF2F7B: hue angle of 334.09º 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 #DF2F7B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 123 -
CMYK 0 0.79 0.45 0.13
HSL 334.09º 0.73% 0.53% -
HSV(B) 334.09º 0.79% 0.87% -
XYZ 35.02 19.15 20.59 -
YUV 108.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 223 47 123 0 0.79 0.45 0.13 334.09 0.73 0.53
Hex DF 2F 7B 0 4F 2D D 14E 49 35
Octal 337 57 173 0 117 55 15 516 111 65
Binary 11011111 101111 1111011 0 1001111 101101 1101 101001110 1001001 110101

Color Harmonies of #DF2F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F7B

Black with #DF2F7B

Text Example


Text Example

White with #DF2F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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