Html Css Color HEX #DD3B6A Cerise

📋 copy color: '#DD3B6A'

red 221 ◦ green 59 ◦ blue 106

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

Shades of Cerise #DD3B6A

Tints of Cerise #DD3B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 57.25%
G = 15.28%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD3B6A (or 0xDD3B6A) is known color: Cerise. HEX triplet: DD, 3B and 6A. RGB value is (221,59,106). Sum of RGB (Red+Green+Blue) = 221+59+106=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B6A is #22C495. Grayscale: #707070. Windows color (decimal): -2278550 or 6962141. OLE color: 6962141.

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

Color convert

RGB 221 59 106 -
CMYK 0 0.73 0.52 0.13
HSL 342.59º 0.7% 0.55% -
HSV(B) 342.59º 0.73% 0.87% -
XYZ 33.98 19.54 15.62 -
YUV 112.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 221 59 106 0 0.73 0.52 0.13 342.59 0.7 0.55
Hex DD 3B 6A 0 49 34 D 157 46 37
Octal 335 73 152 0 111 64 15 527 106 67
Binary 11011101 111011 1101010 0 1001001 110100 1101 101010111 1000110 110111

Color Harmonies of #DD3B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B6A

Black with #DD3B6A

Text Example


Text Example

White with #DD3B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B6A; }

 p { color: rgb(221,59,106); }

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

background-color css

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

 a { background-color: rgb(221,59,106); }

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

border-color css

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

 span { border-color: rgb(221,59,106); }

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