Html Css Color HEX #DD416C Cerise

📋 copy color: '#DD416C'

red 221 ◦ green 65 ◦ blue 108

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

Shades of Cerise #DD416C

Tints of Cerise #DD416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 56.09%
G = 16.5%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD416C (or 0xDD416C) is known color: Cerise. HEX triplet: DD, 41 and 6C. RGB value is (221,65,108). Sum of RGB (Red+Green+Blue) = 221+65+108=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD416C is #22BE93. Grayscale: #747474. Windows color (decimal): -2277012 or 7094749. OLE color: 7094749.

HSL color Cylindrical-coordinate representation of color #DD416C: hue angle of 343.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD416C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 108 -
CMYK 0 0.71 0.51 0.13
HSL 343.46º 0.7% 0.56% -
HSV(B) 343.46º 0.71% 0.87% -
XYZ 34.42 20.24 16.28 -
YUV 116.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 221 65 108 0 0.71 0.51 0.13 343.46 0.7 0.56
Hex DD 41 6C 0 47 33 D 157 46 38
Octal 335 101 154 0 107 63 15 527 106 70
Binary 11011101 1000001 1101100 0 1000111 110011 1101 101010111 1000110 111000

Color Harmonies of #DD416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD416C

Black with #DD416C

Text Example


Text Example

White with #DD416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD416C; }

 p { color: rgb(221,65,108); }

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

background-color css

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

 a { background-color: rgb(221,65,108); }

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

border-color css

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

 span { border-color: rgb(221,65,108); }

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