Html Css Color HEX #DD3267 Cerise

📋 copy color: '#DD3267'

red 221 ◦ green 50 ◦ blue 103

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

Shades of Cerise #DD3267

Tints of Cerise #DD3267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 59.09%
G = 13.37%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3267 (or 0xDD3267) is known color: Cerise. HEX triplet: DD, 32 and 67. RGB value is (221,50,103). Sum of RGB (Red+Green+Blue) = 221+50+103=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3267 is #22CD98. Grayscale: #6B6B6B. Windows color (decimal): -2280857 or 6763229. OLE color: 6763229.

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

Color convert

RGB 221 50 103 -
CMYK 0 0.77 0.53 0.13
HSL 341.4º 0.72% 0.53% -
HSV(B) 341.4º 0.77% 0.87% -
XYZ 33.41 18.63 14.67 -
YUV 107.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 221 50 103 0 0.77 0.53 0.13 341.4 0.72 0.53
Hex DD 32 67 0 4D 35 D 155 48 35
Octal 335 62 147 0 115 65 15 525 110 65
Binary 11011101 110010 1100111 0 1001101 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3267

Black with #DD3267

Text Example


Text Example

White with #DD3267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3267; }

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

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

background-color css

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

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

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

border-color css

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

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

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