Html Css Color HEX #DF4CB0 Brilliant Rose

📋 copy color: '#DF4CB0'

red 223 ◦ green 76 ◦ blue 176

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

Shades of Brilliant Rose #DF4CB0

Tints of Brilliant Rose #DF4CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 46.95%
G = 16%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF4CB0 (or 0xDF4CB0) is known color: Brilliant Rose. HEX triplet: DF, 4C and B0. RGB value is (223,76,176). Sum of RGB (Red+Green+Blue) = 223+76+176=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4CB0 is #20B34F. Grayscale: #838383. Windows color (decimal): -2143056 or 11554015. OLE color: 11554015.

HSL color Cylindrical-coordinate representation of color #DF4CB0: hue angle of 319.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CB0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 76 176 -
CMYK 0 0.66 0.21 0.13
HSL 319.18º 0.7% 0.59% -
HSV(B) 319.18º 0.66% 0.87% -
XYZ 40.85 23.99 43.55 -
YUV 131.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 223 76 176 0 0.66 0.21 0.13 319.18 0.7 0.59
Hex DF 4C B0 0 42 15 D 13F 46 3B
Octal 337 114 260 0 102 25 15 477 106 73
Binary 11011111 1001100 10110000 0 1000010 10101 1101 100111111 1000110 111011

Color Harmonies of #DF4CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4CB0

Black with #DF4CB0

Text Example


Text Example

White with #DF4CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4CB0; }

 p { color: rgb(223,76,176); }

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

background-color css

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

 a { background-color: rgb(223,76,176); }

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

border-color css

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

 span { border-color: rgb(223,76,176); }

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