Html Css Color HEX #DF25C3 Razzle Dazzle Rose

📋 copy color: '#DF25C3'

red 223 ◦ green 37 ◦ blue 195

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

Shades of Razzle Dazzle Rose #DF25C3

Tints of Razzle Dazzle Rose #DF25C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 49.01%
G = 8.13%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF25C3 (or 0xDF25C3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and C3. RGB value is (223,37,195). Sum of RGB (Red+Green+Blue) = 223+37+195=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25C3 is #20DA3C. Grayscale: #6E6E6E. Windows color (decimal): -2153021 or 12789215. OLE color: 12789215.

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

Color convert

RGB 223 37 195 -
CMYK 0 0.83 0.13 0.13
HSL 309.03º 0.74% 0.51% -
HSV(B) 309.03º 0.83% 0.87% -
XYZ 40.94 20.95 53.52 -
YUV 110.63 175.62 208.15 -
System Red Green Blue C M Y K H S L
Decimal 223 37 195 0 0.83 0.13 0.13 309.03 0.74 0.51
Hex DF 25 C3 0 53 D D 135 4A 33
Octal 337 45 303 0 123 15 15 465 112 63
Binary 11011111 100101 11000011 0 1010011 1101 1101 100110101 1001010 110011

Color Harmonies of #DF25C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25C3

Black with #DF25C3

Text Example


Text Example

White with #DF25C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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