Html Css Color HEX #DD25D4 Razzle Dazzle Rose

📋 copy color: '#DD25D4'

red 221 ◦ green 37 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DD25D4

Tints of Razzle Dazzle Rose #DD25D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 47.02%
G = 7.87%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD25D4 (or 0xDD25D4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and D4. RGB value is (221,37,212). Sum of RGB (Red+Green+Blue) = 221+37+212=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25D4 is #22DA2B. Grayscale: #6F6F6F. Windows color (decimal): -2284076 or 13903325. OLE color: 13903325.

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

Color convert

RGB 221 37 212 -
CMYK 0 0.83 0.04 0.13
HSL 302.93º 0.73% 0.51% -
HSV(B) 302.93º 0.83% 0.87% -
XYZ 42.36 21.45 64.19 -
YUV 111.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 221 37 212 0 0.83 0.04 0.13 302.93 0.73 0.51
Hex DD 25 D4 0 53 4 D 12F 49 33
Octal 335 45 324 0 123 4 15 457 111 63
Binary 11011101 100101 11010100 0 1010011 100 1101 100101111 1001001 110011

Color Harmonies of #DD25D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25D4

Black with #DD25D4

Text Example


Text Example

White with #DD25D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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