Html Css Color HEX #DD25C2 Razzle Dazzle Rose

📋 copy color: '#DD25C2'

red 221 ◦ green 37 ◦ blue 194

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

Shades of Razzle Dazzle Rose #DD25C2

Tints of Razzle Dazzle Rose #DD25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 48.89%
G = 8.19%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD25C2 (or 0xDD25C2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and C2. RGB value is (221,37,194). Sum of RGB (Red+Green+Blue) = 221+37+194=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25C2 is #22DA3D. Grayscale: #6D6D6D. Windows color (decimal): -2284094 or 12723677. OLE color: 12723677.

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

Color convert

RGB 221 37 194 -
CMYK 0 0.83 0.12 0.13
HSL 308.8º 0.73% 0.51% -
HSV(B) 308.8º 0.83% 0.87% -
XYZ 40.22 20.59 52.89 -
YUV 109.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 221 37 194 0 0.83 0.12 0.13 308.8 0.73 0.51
Hex DD 25 C2 0 53 C D 135 49 33
Octal 335 45 302 0 123 14 15 465 111 63
Binary 11011101 100101 11000010 0 1010011 1100 1101 100110101 1001001 110011

Color Harmonies of #DD25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25C2

Black with #DD25C2

Text Example


Text Example

White with #DD25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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