Html Css Color HEX #DF25E1 Razzle Dazzle Rose

📋 copy color: '#DF25E1'

red 223 ◦ green 37 ◦ blue 225

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

Shades of Razzle Dazzle Rose #DF25E1

Tints of Razzle Dazzle Rose #DF25E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 45.98%
G = 7.63%
B = 46.39%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF25E1 (or 0xDF25E1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and E1. RGB value is (223,37,225). Sum of RGB (Red+Green+Blue) = 223+37+225=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF25E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25E1 is #20DA1E. Grayscale: #717171. Windows color (decimal): -2152991 or 14755295. OLE color: 14755295.

HSL color Cylindrical-coordinate representation of color #DF25E1: hue angle of 299.36º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF25E1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 37 225 -
CMYK 0.01 0.84 0 0.12
HSL 299.36º 0.76% 0.51% -
HSV(B) 299.36º 0.84% 0.88% -
XYZ 44.68 22.45 73.21 -
YUV 114.05 190.62 205.71 -
System Red Green Blue C M Y K H S L
Decimal 223 37 225 0.01 0.84 0 0.12 299.36 0.76 0.51
Hex DF 25 E1 1 54 0 C 12B 4C 33
Octal 337 45 341 1 124 0 14 453 114 63
Binary 11011111 100101 11100001 1 1010100 0 1100 100101011 1001100 110011

Color Harmonies of #DF25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25E1

Black with #DF25E1

Text Example


Text Example

White with #DF25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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