Html Css Color HEX #DD468E Deep Cerise

📋 copy color: '#DD468E'

red 221 ◦ green 70 ◦ blue 142

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

Shades of Deep Cerise #DD468E

Tints of Deep Cerise #DD468E

RGB

 RED value IS 221 (86.72% from 255) = 51.04%

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 51.04%
G = 16.17%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD468E (or 0xDD468E) is known color: Deep Cerise. HEX triplet: DD, 46 and 8E. RGB value is (221,70,142). Sum of RGB (Red+Green+Blue) = 221+70+142=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468E is #22B971. Grayscale: #7B7B7B. Windows color (decimal): -2275698 or 9324253. OLE color: 9324253.

HSL color Cylindrical-coordinate representation of color #DD468E: hue angle of 331.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD468E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 142 -
CMYK 0 0.68 0.36 0.13
HSL 331.39º 0.69% 0.57% -
HSV(B) 331.39º 0.68% 0.87% -
XYZ 36.89 21.71 27.84 -
YUV 123.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 221 70 142 0 0.68 0.36 0.13 331.39 0.69 0.57
Hex DD 46 8E 0 44 24 D 14B 45 39
Octal 335 106 216 0 104 44 15 513 105 71
Binary 11011101 1000110 10001110 0 1000100 100100 1101 101001011 1000101 111001

Color Harmonies of #DD468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD468E

Black with #DD468E

Text Example


Text Example

White with #DD468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD468E; }

 p { color: rgb(221,70,142); }

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

background-color css

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

 a { background-color: rgb(221,70,142); }

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

border-color css

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

 span { border-color: rgb(221,70,142); }

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