Html Css Color HEX #D9306A Cerise

📋 copy color: '#D9306A'

red 217 ◦ green 48 ◦ blue 106

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

Shades of Cerise #D9306A

Tints of Cerise #D9306A

RGB

 RED value IS 217 (85.16% from 255) = 58.49%

 GREEN value IS 48 (19.14% from 255) = 12.94%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 58.49%
G = 12.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9306A (or 0xD9306A) is known color: Cerise. HEX triplet: D9, 30 and 6A. RGB value is (217,48,106). Sum of RGB (Red+Green+Blue) = 217+48+106=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D9306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9306A is #26CF95. Grayscale: #696969. Windows color (decimal): -2543510 or 6959321. OLE color: 6959321.

HSL color Cylindrical-coordinate representation of color #D9306A: hue angle of 339.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9306A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 106 -
CMYK 0 0.78 0.51 0.15
HSL 339.41º 0.69% 0.52% -
HSV(B) 339.41º 0.78% 0.85% -
XYZ 32.27 17.91 15.39 -
YUV 105.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 217 48 106 0 0.78 0.51 0.15 339.41 0.69 0.52
Hex D9 30 6A 0 4E 33 F 153 45 34
Octal 331 60 152 0 116 63 17 523 105 64
Binary 11011001 110000 1101010 0 1001110 110011 1111 101010011 1000101 110100

Color Harmonies of #D9306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9306A

Black with #D9306A

Text Example


Text Example

White with #D9306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9306A; }

 p { color: rgb(217,48,106); }

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

background-color css

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

 a { background-color: rgb(217,48,106); }

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

border-color css

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

 span { border-color: rgb(217,48,106); }

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