Html Css Color HEX #DD3167 Cerise

📋 copy color: '#DD3167'

red 221 ◦ green 49 ◦ blue 103

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

Shades of Cerise #DD3167

Tints of Cerise #DD3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 59.25%
G = 13.14%
B = 27.61%

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

#DD3167 (or 0xDD3167) is known color: Cerise. HEX triplet: DD, 31 and 67. RGB value is (221,49,103). Sum of RGB (Red+Green+Blue) = 221+49+103=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3167 is #22CE98. Grayscale: #6A6A6A. Windows color (decimal): -2281113 or 6762973. OLE color: 6762973.

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

Color convert

RGB 221 49 103 -
CMYK 0 0.78 0.53 0.13
HSL 341.16º 0.72% 0.53% -
HSV(B) 341.16º 0.78% 0.87% -
XYZ 33.37 18.55 14.65 -
YUV 106.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 221 49 103 0 0.78 0.53 0.13 341.16 0.72 0.53
Hex DD 31 67 0 4E 35 D 155 48 35
Octal 335 61 147 0 116 65 15 525 110 65
Binary 11011101 110001 1100111 0 1001110 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3167

Black with #DD3167

Text Example


Text Example

White with #DD3167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3167; }

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

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

background-color css

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

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

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

border-color css

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

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

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