Html Css Color HEX #DD4067 Cerise

📋 copy color: '#DD4067'

red 221 ◦ green 64 ◦ blue 103

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

Shades of Cerise #DD4067

Tints of Cerise #DD4067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 56.96%
G = 16.49%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD4067 (or 0xDD4067) is known color: Cerise. HEX triplet: DD, 40 and 67. RGB value is (221,64,103). Sum of RGB (Red+Green+Blue) = 221+64+103=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4067 is #22BF98. Grayscale: #737373. Windows color (decimal): -2277273 or 6766813. OLE color: 6766813.

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

Color convert

RGB 221 64 103 -
CMYK 0 0.71 0.53 0.13
HSL 345.1º 0.7% 0.56% -
HSV(B) 345.1º 0.71% 0.87% -
XYZ 34.1 20.02 14.9 -
YUV 115.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 221 64 103 0 0.71 0.53 0.13 345.1 0.7 0.56
Hex DD 40 67 0 47 35 D 159 46 38
Octal 335 100 147 0 107 65 15 531 106 70
Binary 11011101 1000000 1100111 0 1000111 110101 1101 101011001 1000110 111000

Color Harmonies of #DD4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4067

Black with #DD4067

Text Example


Text Example

White with #DD4067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4067; }

 p { color: rgb(221,64,103); }

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

background-color css

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

 a { background-color: rgb(221,64,103); }

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

border-color css

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

 span { border-color: rgb(221,64,103); }

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