Html Css Color HEX #DD37C7 Razzle Dazzle Rose

📋 copy color: '#DD37C7'

red 221 ◦ green 55 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DD37C7

Tints of Razzle Dazzle Rose #DD37C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 46.53%
G = 11.58%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD37C7 (or 0xDD37C7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and C7. RGB value is (221,55,199). Sum of RGB (Red+Green+Blue) = 221+55+199=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37C7 is #22C838. Grayscale: #787878. Windows color (decimal): -2279481 or 13055965. OLE color: 13055965.

HSL color Cylindrical-coordinate representation of color #DD37C7: hue angle of 307.95º 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 #DD37C7 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 199 -
CMYK 0 0.75 0.10 0.13
HSL 307.95º 0.71% 0.54% -
HSV(B) 307.95º 0.75% 0.87% -
XYZ 41.49 22.23 56.14 -
YUV 121.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 221 55 199 0 0.75 0.10 0.13 307.95 0.71 0.54
Hex DD 37 C7 0 4B A D 134 47 36
Octal 335 67 307 0 113 12 15 464 107 66
Binary 11011101 110111 11000111 0 1001011 1010 1101 100110100 1000111 110110

Color Harmonies of #DD37C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37C7

Black with #DD37C7

Text Example


Text Example

White with #DD37C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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