Html Css Color HEX #DD3768 Cerise

📋 copy color: '#DD3768'

red 221 ◦ green 55 ◦ blue 104

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

Shades of Cerise #DD3768

Tints of Cerise #DD3768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

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

R = 58.16%
G = 14.47%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3768 (or 0xDD3768) is known color: Cerise. HEX triplet: DD, 37 and 68. RGB value is (221,55,104). Sum of RGB (Red+Green+Blue) = 221+55+104=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3768 is #22C897. Grayscale: #6E6E6E. Windows color (decimal): -2279576 or 6830045. OLE color: 6830045.

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

Color convert

RGB 221 55 104 -
CMYK 0 0.75 0.53 0.13
HSL 342.29º 0.71% 0.54% -
HSV(B) 342.29º 0.75% 0.87% -
XYZ 33.68 19.1 15.01 -
YUV 110.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 221 55 104 0 0.75 0.53 0.13 342.29 0.71 0.54
Hex DD 37 68 0 4B 35 D 156 47 36
Octal 335 67 150 0 113 65 15 526 107 66
Binary 11011101 110111 1101000 0 1001011 110101 1101 101010110 1000111 110110

Color Harmonies of #DD3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3768

Black with #DD3768

Text Example


Text Example

White with #DD3768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3768; }

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

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

background-color css

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

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

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

border-color css

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

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

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