Html Css Color HEX #DF307B Deep Cerise

📋 copy color: '#DF307B'

red 223 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #DF307B

Tints of Deep Cerise #DF307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

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

R = 56.6%
G = 12.18%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF307B (or 0xDF307B) is known color: Deep Cerise. HEX triplet: DF, 30 and 7B. RGB value is (223,48,123). Sum of RGB (Red+Green+Blue) = 223+48+123=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307B is #20CF84. Grayscale: #6C6C6C. Windows color (decimal): -2150277 or 8073439. OLE color: 8073439.

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

Color convert

RGB 223 48 123 -
CMYK 0 0.78 0.45 0.13
HSL 334.29º 0.73% 0.53% -
HSV(B) 334.29º 0.78% 0.87% -
XYZ 35.06 19.23 20.6 -
YUV 108.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 223 48 123 0 0.78 0.45 0.13 334.29 0.73 0.53
Hex DF 30 7B 0 4E 2D D 14E 49 35
Octal 337 60 173 0 116 55 15 516 111 65
Binary 11011111 110000 1111011 0 1001110 101101 1101 101001110 1001001 110101

Color Harmonies of #DF307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF307B

Black with #DF307B

Text Example


Text Example

White with #DF307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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