Html Css Color HEX #DD3067 Cerise

📋 copy color: '#DD3067'

red 221 ◦ green 48 ◦ blue 103

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

Shades of Cerise #DD3067

Tints of Cerise #DD3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 59.41%
G = 12.9%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3067 (or 0xDD3067) is known color: Cerise. HEX triplet: DD, 30 and 67. RGB value is (221,48,103). Sum of RGB (Red+Green+Blue) = 221+48+103=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3067 is #22CF98. Grayscale: #696969. Windows color (decimal): -2281369 or 6762717. OLE color: 6762717.

HSL color Cylindrical-coordinate representation of color #DD3067: hue angle of 340.92º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3067 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 103 -
CMYK 0 0.78 0.53 0.13
HSL 340.92º 0.72% 0.53% -
HSV(B) 340.92º 0.78% 0.87% -
XYZ 33.32 18.47 14.64 -
YUV 106 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 221 48 103 0 0.78 0.53 0.13 340.92 0.72 0.53
Hex DD 30 67 0 4E 35 D 155 48 35
Octal 335 60 147 0 116 65 15 525 110 65
Binary 11011101 110000 1100111 0 1001110 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3067

Black with #DD3067

Text Example


Text Example

White with #DD3067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3067; }

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

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

background-color css

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

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

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

border-color css

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

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

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