Html Css Color HEX #DD468D Deep Cerise

📋 copy color: '#DD468D'

red 221 ◦ green 70 ◦ blue 141

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

Shades of Deep Cerise #DD468D

Tints of Deep Cerise #DD468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 51.16%
G = 16.2%
B = 32.64%

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

#DD468D (or 0xDD468D) is known color: Deep Cerise. HEX triplet: DD, 46 and 8D. RGB value is (221,70,141). Sum of RGB (Red+Green+Blue) = 221+70+141=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468D is #22B972. Grayscale: #7B7B7B. Windows color (decimal): -2275699 or 9258717. OLE color: 9258717.

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

Color convert

RGB 221 70 141 -
CMYK 0 0.68 0.36 0.13
HSL 331.79º 0.69% 0.57% -
HSV(B) 331.79º 0.68% 0.87% -
XYZ 36.82 21.68 27.44 -
YUV 123.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 221 70 141 0 0.68 0.36 0.13 331.79 0.69 0.57
Hex DD 46 8D 0 44 24 D 14C 45 39
Octal 335 106 215 0 104 44 15 514 105 71
Binary 11011101 1000110 10001101 0 1000100 100100 1101 101001100 1000101 111001

Color Harmonies of #DD468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD468D

Black with #DD468D

Text Example


Text Example

White with #DD468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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