Html Css Color HEX #DB2FBB Razzle Dazzle Rose

📋 copy color: '#DB2FBB'

red 219 ◦ green 47 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DB2FBB

Tints of Razzle Dazzle Rose #DB2FBB

RGB

 RED value IS 219 (85.94% from 255) = 48.34%

 GREEN value IS 47 (18.75% from 255) = 10.38%

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 48.34%
G = 10.38%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB2FBB (or 0xDB2FBB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and BB. RGB value is (219,47,187). Sum of RGB (Red+Green+Blue) = 219+47+187=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FBB is #24D044. Grayscale: #727272. Windows color (decimal): -2412613 or 12267483. OLE color: 12267483.

HSL color Cylindrical-coordinate representation of color #DB2FBB: hue angle of 311.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FBB is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 47 187 -
CMYK 0 0.79 0.15 0.14
HSL 311.16º 0.7% 0.52% -
HSV(B) 311.16º 0.79% 0.86% -
XYZ 39.2 20.68 48.94 -
YUV 114.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 219 47 187 0 0.79 0.15 0.14 311.16 0.7 0.52
Hex DB 2F BB 0 4F F E 137 46 34
Octal 333 57 273 0 117 17 16 467 106 64
Binary 11011011 101111 10111011 0 1001111 1111 1110 100110111 1000110 110100

Color Harmonies of #DB2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FBB

Black with #DB2FBB

Text Example


Text Example

White with #DB2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FBB; }

 p { color: rgb(219,47,187); }

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

background-color css

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

 a { background-color: rgb(219,47,187); }

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

border-color css

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

 span { border-color: rgb(219,47,187); }

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