Html Css Color HEX #DD3168 Cerise

📋 copy color: '#DD3168'

red 221 ◦ green 49 ◦ blue 104

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

Shades of Cerise #DD3168

Tints of Cerise #DD3168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 59.09%
G = 13.1%
B = 27.81%

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

#DD3168 (or 0xDD3168) is known color: Cerise. HEX triplet: DD, 31 and 68. RGB value is (221,49,104). Sum of RGB (Red+Green+Blue) = 221+49+104=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3168 is #22CE97. Grayscale: #6A6A6A. Windows color (decimal): -2281112 or 6828509. OLE color: 6828509.

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

Color convert

RGB 221 49 104 -
CMYK 0 0.78 0.53 0.13
HSL 340.81º 0.72% 0.53% -
HSV(B) 340.81º 0.78% 0.87% -
XYZ 33.42 18.57 14.92 -
YUV 106.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 221 49 104 0 0.78 0.53 0.13 340.81 0.72 0.53
Hex DD 31 68 0 4E 35 D 155 48 35
Octal 335 61 150 0 116 65 15 525 110 65
Binary 11011101 110001 1101000 0 1001110 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3168

Black with #DD3168

Text Example


Text Example

White with #DD3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3168; }

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

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

background-color css

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

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

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

border-color css

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

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

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