Html Css Color HEX #DD25C5 Razzle Dazzle Rose

📋 copy color: '#DD25C5'

red 221 ◦ green 37 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DD25C5

Tints of Razzle Dazzle Rose #DD25C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 48.57%
G = 8.13%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD25C5 (or 0xDD25C5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and C5. RGB value is (221,37,197). Sum of RGB (Red+Green+Blue) = 221+37+197=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25C5 is #22DA3A. Grayscale: #6D6D6D. Windows color (decimal): -2284091 or 12920285. OLE color: 12920285.

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

Color convert

RGB 221 37 197 -
CMYK 0 0.83 0.11 0.13
HSL 307.83º 0.73% 0.51% -
HSV(B) 307.83º 0.83% 0.87% -
XYZ 40.56 20.73 54.69 -
YUV 110.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 221 37 197 0 0.83 0.11 0.13 307.83 0.73 0.51
Hex DD 25 C5 0 53 B D 134 49 33
Octal 335 45 305 0 123 13 15 464 111 63
Binary 11011101 100101 11000101 0 1010011 1011 1101 100110100 1001001 110011

Color Harmonies of #DD25C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25C5

Black with #DD25C5

Text Example


Text Example

White with #DD25C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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