Html Css Color HEX #DF2EBE Razzle Dazzle Rose

📋 copy color: '#DF2EBE'

red 223 ◦ green 46 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DF2EBE

Tints of Razzle Dazzle Rose #DF2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.02%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 48.58%
G = 10.02%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF2EBE (or 0xDF2EBE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and BE. RGB value is (223,46,190). Sum of RGB (Red+Green+Blue) = 223+46+190=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EBE is #20D141. Grayscale: #727272. Windows color (decimal): -2150722 or 12463839. OLE color: 12463839.

HSL color Cylindrical-coordinate representation of color #DF2EBE: hue angle of 311.19º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EBE is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 190 -
CMYK 0 0.79 0.15 0.13
HSL 311.19º 0.73% 0.53% -
HSV(B) 311.19º 0.79% 0.87% -
XYZ 40.7 21.36 50.69 -
YUV 115.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 223 46 190 0 0.79 0.15 0.13 311.19 0.73 0.53
Hex DF 2E BE 0 4F F D 137 49 35
Octal 337 56 276 0 117 17 15 467 111 65
Binary 11011111 101110 10111110 0 1001111 1111 1101 100110111 1001001 110101

Color Harmonies of #DF2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EBE

Black with #DF2EBE

Text Example


Text Example

White with #DF2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EBE; }

 p { color: rgb(223,46,190); }

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

background-color css

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

 a { background-color: rgb(223,46,190); }

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

border-color css

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

 span { border-color: rgb(223,46,190); }

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