Html Css Color HEX #DD415D Cerise

📋 copy color: '#DD415D'

red 221 ◦ green 65 ◦ blue 93

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

Shades of Cerise #DD415D

Tints of Cerise #DD415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 58.31%
G = 17.15%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD415D (or 0xDD415D) is known color: Cerise. HEX triplet: DD, 41 and 5D. RGB value is (221,65,93). Sum of RGB (Red+Green+Blue) = 221+65+93=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD415D is #22BEA2. Grayscale: #727272. Windows color (decimal): -2277027 or 6111709. OLE color: 6111709.

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

Color convert

RGB 221 65 93 -
CMYK 0 0.71 0.58 0.13
HSL 349.23º 0.7% 0.56% -
HSV(B) 349.23º 0.71% 0.87% -
XYZ 33.68 19.94 12.43 -
YUV 114.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 221 65 93 0 0.71 0.58 0.13 349.23 0.7 0.56
Hex DD 41 5D 0 47 3A D 15D 46 38
Octal 335 101 135 0 107 72 15 535 106 70
Binary 11011101 1000001 1011101 0 1000111 111010 1101 101011101 1000110 111000

Color Harmonies of #DD415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD415D

Black with #DD415D

Text Example


Text Example

White with #DD415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD415D; }

 p { color: rgb(221,65,93); }

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

background-color css

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

 a { background-color: rgb(221,65,93); }

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

border-color css

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

 span { border-color: rgb(221,65,93); }

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