Html Css Color HEX #D6256F Cerise

📋 copy color: '#D6256F'

red 214 ◦ green 37 ◦ blue 111

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

Shades of Cerise #D6256F

Tints of Cerise #D6256F

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 59.12%
G = 10.22%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6256F (or 0xD6256F) is known color: Cerise. HEX triplet: D6, 25 and 6F. RGB value is (214,37,111). Sum of RGB (Red+Green+Blue) = 214+37+111=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6256F is #29DA90. Grayscale: #626262. Windows color (decimal): -2742929 or 7284182. OLE color: 7284182.

HSL color Cylindrical-coordinate representation of color #D6256F: hue angle of 334.92º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6256F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 111 -
CMYK 0 0.83 0.48 0.16
HSL 334.92º 0.71% 0.49% -
HSV(B) 334.92º 0.83% 0.84% -
XYZ 31.26 16.77 16.63 -
YUV 98.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 214 37 111 0 0.83 0.48 0.16 334.92 0.71 0.49
Hex D6 25 6F 0 53 30 10 14F 47 31
Octal 326 45 157 0 123 60 20 517 107 61
Binary 11010110 100101 1101111 0 1010011 110000 10000 101001111 1000111 110001

Color Harmonies of #D6256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6256F

Black with #D6256F

Text Example


Text Example

White with #D6256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6256F; }

 p { color: rgb(214,37,111); }

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

background-color css

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

 a { background-color: rgb(214,37,111); }

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

border-color css

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

 span { border-color: rgb(214,37,111); }

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