Html Css Color HEX #DD25C4 Razzle Dazzle Rose

📋 copy color: '#DD25C4'

red 221 ◦ green 37 ◦ blue 196

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

Shades of Razzle Dazzle Rose #DD25C4

Tints of Razzle Dazzle Rose #DD25C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 48.68%
G = 8.15%
B = 43.17%

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

#DD25C4 (or 0xDD25C4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and C4. RGB value is (221,37,196). Sum of RGB (Red+Green+Blue) = 221+37+196=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25C4 is #22DA3B. Grayscale: #6D6D6D. Windows color (decimal): -2284092 or 12854749. OLE color: 12854749.

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

Color convert

RGB 221 37 196 -
CMYK 0 0.83 0.11 0.13
HSL 308.15º 0.73% 0.51% -
HSV(B) 308.15º 0.83% 0.87% -
XYZ 40.44 20.68 54.08 -
YUV 110.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 221 37 196 0 0.83 0.11 0.13 308.15 0.73 0.51
Hex DD 25 C4 0 53 B D 134 49 33
Octal 335 45 304 0 123 13 15 464 111 63
Binary 11011101 100101 11000100 0 1010011 1011 1101 100110100 1001001 110011

Color Harmonies of #DD25C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25C4

Black with #DD25C4

Text Example


Text Example

White with #DD25C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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