Html Css Color HEX #DD25D2 Razzle Dazzle Rose

📋 copy color: '#DD25D2'

red 221 ◦ green 37 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DD25D2

Tints of Razzle Dazzle Rose #DD25D2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.91%

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 47.22%
G = 7.91%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD25D2 (or 0xDD25D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and D2. RGB value is (221,37,210). Sum of RGB (Red+Green+Blue) = 221+37+210=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25D2 is #22DA2D. Grayscale: #6F6F6F. Windows color (decimal): -2284078 or 13772253. OLE color: 13772253.

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

Color convert

RGB 221 37 210 -
CMYK 0 0.83 0.05 0.13
HSL 303.59º 0.73% 0.51% -
HSV(B) 303.59º 0.83% 0.87% -
XYZ 42.11 21.35 62.87 -
YUV 111.74 183.46 205.93 -
System Red Green Blue C M Y K H S L
Decimal 221 37 210 0 0.83 0.05 0.13 303.59 0.73 0.51
Hex DD 25 D2 0 53 5 D 130 49 33
Octal 335 45 322 0 123 5 15 460 111 63
Binary 11011101 100101 11010010 0 1010011 101 1101 100110000 1001001 110011

Color Harmonies of #DD25D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25D2

Black with #DD25D2

Text Example


Text Example

White with #DD25D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25D2; }

 p { color: rgb(221,37,210); }

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

background-color css

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

 a { background-color: rgb(221,37,210); }

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

border-color css

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

 span { border-color: rgb(221,37,210); }

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