Html Css Color HEX #DD426A Cerise

📋 copy color: '#DD426A'

red 221 ◦ green 66 ◦ blue 106

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

Shades of Cerise #DD426A

Tints of Cerise #DD426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 56.23%
G = 16.79%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD426A (or 0xDD426A) is known color: Cerise. HEX triplet: DD, 42 and 6A. RGB value is (221,66,106). Sum of RGB (Red+Green+Blue) = 221+66+106=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD426A is #22BD95. Grayscale: #747474. Windows color (decimal): -2276758 or 6963933. OLE color: 6963933.

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

Color convert

RGB 221 66 106 -
CMYK 0 0.70 0.52 0.13
HSL 344.52º 0.7% 0.56% -
HSV(B) 344.52º 0.7% 0.87% -
XYZ 34.37 20.31 15.74 -
YUV 116.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 221 66 106 0 0.70 0.52 0.13 344.52 0.7 0.56
Hex DD 42 6A 0 46 34 D 159 46 38
Octal 335 102 152 0 106 64 15 531 106 70
Binary 11011101 1000010 1101010 0 1000110 110100 1101 101011001 1000110 111000

Color Harmonies of #DD426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD426A

Black with #DD426A

Text Example


Text Example

White with #DD426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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