Html Css Color HEX #DF25D5 Razzle Dazzle Rose

📋 copy color: '#DF25D5'

red 223 ◦ green 37 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DF25D5

Tints of Razzle Dazzle Rose #DF25D5

RGB

 RED value IS 223 (87.5% from 255) = 47.15%

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 47.15%
G = 7.82%
B = 45.03%

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

#DF25D5 (or 0xDF25D5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and D5. RGB value is (223,37,213). Sum of RGB (Red+Green+Blue) = 223+37+213=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25D5 is #20DA2A. Grayscale: #707070. Windows color (decimal): -2153003 or 13968863. OLE color: 13968863.

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

Color convert

RGB 223 37 213 -
CMYK 0 0.83 0.04 0.13
HSL 303.23º 0.74% 0.51% -
HSV(B) 303.23º 0.83% 0.87% -
XYZ 43.1 21.82 64.89 -
YUV 112.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 223 37 213 0 0.83 0.04 0.13 303.23 0.74 0.51
Hex DF 25 D5 0 53 4 D 12F 4A 33
Octal 337 45 325 0 123 4 15 457 112 63
Binary 11011111 100101 11010101 0 1010011 100 1101 100101111 1001010 110011

Color Harmonies of #DF25D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25D5

Black with #DF25D5

Text Example


Text Example

White with #DF25D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25D5; }

 p { color: rgb(223,37,213); }

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

background-color css

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

 a { background-color: rgb(223,37,213); }

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

border-color css

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

 span { border-color: rgb(223,37,213); }

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