Html Css Color HEX #DD3E68 Cerise

📋 copy color: '#DD3E68'

red 221 ◦ green 62 ◦ blue 104

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

Shades of Cerise #DD3E68

Tints of Cerise #DD3E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.02%

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

R = 57.11%
G = 16.02%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3E68 (or 0xDD3E68) is known color: Cerise. HEX triplet: DD, 3E and 68. RGB value is (221,62,104). Sum of RGB (Red+Green+Blue) = 221+62+104=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E68 is #22C197. Grayscale: #727272. Windows color (decimal): -2277784 or 6831837. OLE color: 6831837.

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

Color convert

RGB 221 62 104 -
CMYK 0 0.72 0.53 0.13
HSL 344.15º 0.7% 0.55% -
HSV(B) 344.15º 0.72% 0.87% -
XYZ 34.04 19.82 15.13 -
YUV 114.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 221 62 104 0 0.72 0.53 0.13 344.15 0.7 0.55
Hex DD 3E 68 0 48 35 D 158 46 37
Octal 335 76 150 0 110 65 15 530 106 67
Binary 11011101 111110 1101000 0 1001000 110101 1101 101011000 1000110 110111

Color Harmonies of #DD3E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E68

Black with #DD3E68

Text Example


Text Example

White with #DD3E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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