Html Css Color HEX #DD468A Deep Cerise

📋 copy color: '#DD468A'

red 221 ◦ green 70 ◦ blue 138

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

Shades of Deep Cerise #DD468A

Tints of Deep Cerise #DD468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 51.52%
G = 16.32%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD468A (or 0xDD468A) is known color: Deep Cerise. HEX triplet: DD, 46 and 8A. RGB value is (221,70,138). Sum of RGB (Red+Green+Blue) = 221+70+138=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468A is #22B975. Grayscale: #7A7A7A. Windows color (decimal): -2275702 or 9062109. OLE color: 9062109.

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

Color convert

RGB 221 70 138 -
CMYK 0 0.68 0.38 0.13
HSL 332.98º 0.69% 0.57% -
HSV(B) 332.98º 0.68% 0.87% -
XYZ 36.6 21.59 26.28 -
YUV 122.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 221 70 138 0 0.68 0.38 0.13 332.98 0.69 0.57
Hex DD 46 8A 0 44 26 D 14D 45 39
Octal 335 106 212 0 104 46 15 515 105 71
Binary 11011101 1000110 10001010 0 1000100 100110 1101 101001101 1000101 111001

Color Harmonies of #DD468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD468A

Black with #DD468A

Text Example


Text Example

White with #DD468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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