Html Css Color HEX #DF25CA Razzle Dazzle Rose

📋 copy color: '#DF25CA'

red 223 ◦ green 37 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DF25CA

Tints of Razzle Dazzle Rose #DF25CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 48.27%
G = 8.01%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF25CA (or 0xDF25CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and CA. RGB value is (223,37,202). Sum of RGB (Red+Green+Blue) = 223+37+202=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25CA is #20DA35. Grayscale: #6E6E6E. Windows color (decimal): -2153014 or 13247967. OLE color: 13247967.

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

Color convert

RGB 223 37 202 -
CMYK 0 0.83 0.09 0.13
HSL 306.77º 0.74% 0.51% -
HSV(B) 306.77º 0.83% 0.87% -
XYZ 41.75 21.28 57.78 -
YUV 111.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 223 37 202 0 0.83 0.09 0.13 306.77 0.74 0.51
Hex DF 25 CA 0 53 9 D 133 4A 33
Octal 337 45 312 0 123 11 15 463 112 63
Binary 11011111 100101 11001010 0 1010011 1001 1101 100110011 1001010 110011

Color Harmonies of #DF25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25CA

Black with #DF25CA

Text Example


Text Example

White with #DF25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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