Html Css Color HEX #DD416A Cerise

📋 copy color: '#DD416A'

red 221 ◦ green 65 ◦ blue 106

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

Shades of Cerise #DD416A

Tints of Cerise #DD416A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 56.38%
G = 16.58%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD416A (or 0xDD416A) is known color: Cerise. HEX triplet: DD, 41 and 6A. RGB value is (221,65,106). Sum of RGB (Red+Green+Blue) = 221+65+106=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD416A is #22BE95. Grayscale: #747474. Windows color (decimal): -2277014 or 6963677. OLE color: 6963677.

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

Color convert

RGB 221 65 106 -
CMYK 0 0.71 0.52 0.13
HSL 344.23º 0.7% 0.56% -
HSV(B) 344.23º 0.71% 0.87% -
XYZ 34.31 20.19 15.73 -
YUV 116.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 221 65 106 0 0.71 0.52 0.13 344.23 0.7 0.56
Hex DD 41 6A 0 47 34 D 158 46 38
Octal 335 101 152 0 107 64 15 530 106 70
Binary 11011101 1000001 1101010 0 1000111 110100 1101 101011000 1000110 111000

Color Harmonies of #DD416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD416A

Black with #DD416A

Text Example


Text Example

White with #DD416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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